home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 89 / PIWD89.iso / pc / main.dxr / behaviours_344_on start movie.ls < prev    next >
Encoding:
Text File  |  2003-12-08  |  153 b   |  10 lines

  1. global gWhichPlatform
  2.  
  3. on startMovie
  4.   if the platform contains "Windows" then
  5.     gWhichPlatform = "Win"
  6.   else
  7.     gWhichPlatform = "Mac"
  8.   end if
  9. end
  10.